@charset "utf-8";

html {
	font-size: 6.2%;
}

html, body, div, span, p, ol, ul, li, i, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, select, button {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-size: 14px;
	font-family: Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	margin: 0;
	padding: 0
}

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a, area {
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

a:hover {
	text-decoration: none;
}

input,button,select,textarea {
	outline: none;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font: 14px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

@font-face {

	font-family: 'Conv_DidotLTStd-Roman';

    src: url('../fonts/DidotLTStd-Roman.eot');

    src: local('☺'), url('../fonts/DidotLTStd-Roman.woff') format('woff'), url('../fonts/DidotLTStd-Roman.ttf') format('truetype'), url('../fonts/DidotLTStd-Roman.svg') format('svg');

    font-weight: normal;

    font-style: normal;
}

/*重定义样式*/



		

/* 页面加载检测 */

.no-js #loader {
	display: none;
}

.js #loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: #fff url(../img/loader.gif) no-repeat center center;
}



/*通用样式*/

#wrap {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.mainBox {
	width: 1200px;
	margin: 0 auto;
}

.category {
	width: 100%;
	background-color: rgba(30,105,241,.90);
	bottom: 0;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.category .category-title {
	background-color: #1E69F1;
	color: #fff;
	font-size: 24px;
	float: left;
	z-index: 2;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	top: -12px;
	padding: 0 25px;
	position: relative;
	box-shadow: 0 0 30px  rgba(0,0,0,0.25);
}

.category ul {
	overflow: hidden;
	height: 50px;
	position: relative;
	z-index: 1;
	left: -2px;
}

.category li {
	float: left;
}

.category li a {
	color: #fff;
	position: relative;
	display: block;
	padding: 0 28px;
	margin-top: 14px;
	border-left: 1px solid rgba(255,255,255,0.2);
}

.category li a.cur::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
}

#breadcrumbs {
	position: relative;
	color: #999;
	font-size: 13px;
	line-height: 40px;
	padding: 10px 0;
}

#breadcrumbs a {
	font-size: 13px;
	padding: 0 5px;
	color: #999;
}

#breadcrumbs a:hover {
	color: #000;
}

.wow {
	visibility: hidden;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
	width: 100%;
	*display: inline;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-red {
	color: #ec141d;
}

.text-green {
	color: #0f9a08;
}

.text-blue {
	color: #0052ae;
}

.text-light {
	font-weight: 200;
}

.text-weight {
	font-weight: bold;
}

.ulnop {
	padding: 0;
	line-height: 22px;
}

.ulnop li {
	list-style: none;
}

.form-group {
	margin: 12px 0;
}

.form-group label {
	display: block;
}

.form-group .form-control {
	display: block;
	width: 100%;
	padding: 8px 15px;
	background-color: #f5f5f5;
}

.form-group select.form-control {
	box-sizing: border-box;
	padding: 8px 12px;
	background-color: #f5f5f5;
	background: #f5f5f5 url(../img/down.png) no-repeat right 10px center;
	background-size: 10px;
	-webkit-appearance: none;
/*兼容苹果手机*/
}

.form-group textarea.form-control {
	display: block;
	width: 100%;
	padding: 8px 15px;
	background-color: #f5f5f5;
}

.btn {
	display: block;
	color: #fff;
	font-size: 18px;
	border: 0;
	line-height: 38px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 100%;
	background: #F38484;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.btn:hover {
	color: #fff;
	background: #e85555;
}

.btn-blue {
	color: #fff;
	background: #1e69f1;
}

.btn-blue:hover {
	color: #000bff;
	background: #fff;
}

.btn-gray {
	color: #666;
	border: 1px solid #465457;
	background: #fff;
}

.btn-gray:hover {
	color: #000;
	border: 1px solid #465457;
	background: #ccc;
}

.btn-black {
	color: #fff;
	border: 1px solid #000;
	background: #000;
}

.btn-black:hover {
	color: #fff;
	border: 1px solid #465457;
	background: #465457;
}





/*隐藏窗口*/

.window_hide {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.window_hide.open {
	display: block;
}

.window_hide .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 550px;
	margin: -300px 0 0 -475px;
	padding: 30px 23px;
	border-radius: 10px;
	background: #fff;
}

.window_hide .close {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	top: 15px;
	right: 15px;
	color: #1E69F1;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.window_hide .close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.window_hide .close .iconfont {
	font-size: 26px;
}



/*分享*/

#bsBox {
	min-height: 420px;
	min-width: 560px;
}

#bsWXBox {
	min-height: 258px;
	min-width: 232px;
}

#bsMorePanel .bFind-wrapper-top {
	height: 26px;
}



/*设备查询*/

.pc {
	display: block !important;
}

.mobile {
	display: none !important;
}

@media screen and (max-width: 720px) {

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	html,body {
		height: auto;
	}

	#wrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0 auto;
		background: #fff;
	}

	.mobile-wrap {
		margin-top: 0px;
		height: auto;
	}

	.mobile-wrap.open {
		overflow: hidden;
	}

	.mainBox {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
		padding: 0 !important;
	}

	.category {
		width: 100%;
		background-color: rgba(30,105,241,.90);
		bottom: 0;
		margin-top: 0px;
		position: relative;
		z-index: 2;
	}

	.category .category-title {
		display: none;
	}

	.category ul {
		overflow: hidden;
		height: 45px;
		position: relative;
		z-index: 1;
		left: -2px;
		overflow: auto;
		white-space: nowrap
	}

	.category li {
		float: none;
		display: inline-block;
	}

	.category li a {
		color: #fff;
		position: relative;
		display: block;
		font-size: 14px;
		padding: 0 20px;
		margin-top: 11px;
		border-left: 1px solid rgba(255,255,255,0.2);
	}

	.category li a.cur::after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #fff;
		bottom: -6px;
		left: 50%;
		margin-left: -10px;
	}

	#breadcrumbs {
		display: none;
		text-align: right;
		position: absolute;
		right: 0;
		top: 10px;
		color: #999;
	}

	#breadcrumbs a {
		padding: 0 5px;
		color: #999;
	}

	#breadcrumbs a:hover {
		color: #000;
	}

	.window_hide {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}

	.window_hide .content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 38px;
		border-radius: 0px;
		background: #fff;
	}

	.window_hide .close {
		position: absolute;
		width: 35px;
		height: 35px;
		border-radius: 30px;
		top: 10px;
		right: 10px;
		overflow: hidden;
		filter: alpha(opacity=75);
		opacity: 0.75;
		-webkit-transition: all 0.1s ease-in;
		-moz-transition: all 0.1s ease-in;
		transition: all 0.1s ease-in;
	}

	.window_hide .close:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.cutpage {
		margin-top: 0px;
	}

	.cutpage a {
		position: relative;
		overflow: hidden;
		font-size: 12px;
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 5px;
		background: none;
		border: 1px solid #ccc;
	}

	.cutpage a.current {
		background: #1e69f1;
		color: #fff;
		border: 1px solid #1e69f1;
	}

	.cutpage a.start, .cutpage a.prev, .cutpage a.next, .cutpage a.end {
		line-height: 30px;
		width: 60px;
	}

	.cutpage a.start {
		display: none;
	}

	

	/* module-contact */

	.module-contact {
		background: url(../img/contact-bg.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed;
		padding: 10px .3rem 20px;
		overflow: hidden;
	}

	.module-contact .title-box {
		justify-content: center;
	}

	.module-contact .title-box h2 {
		color: #fff;
	}

	.module-contact .title-box span {
		border-left: 6px solid #fff;
		border-right: 4px solid #D70021;
	}

	.module-contact .title-box p {
		color: #fff;
		opacity: .8;
	}

	.module-contact .con-box {
		width: 100%;
		margin: 0 auto;
		/* background-color: rgba(0,0,0,.5); */
		border: 8px solid rgba(0,0,0,.5);
		padding: 3px;
	}

	.module-contact .list-box {
		width: 100%;
		padding: 20px;
		background-color: rgba(0,0,0,.4);
		border: 1px solid rgba(0,0,0,.2);
	}

	.module-contact .con-box .list {
		text-align: center;
		margin: .5rem 0;
		color: #fff;
	}

	.module-contact .con-box .list h2 {
		font-size: .28rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 8px;
	}

	.module-contact .con-box .list h2 span {
		display: block;
		width: 20px;
		margin: 0 6px;
		height: 4px;
		border-top: 1px solid #fff;
		opacity: .5;
		border-bottom: 1px solid #fff;
	}

	.module-contact .con-box .list h3 {
		font-size: .36rem;
		color: #999;
	}
}

